::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    color: white;
    width: 100%;
    font-family: "Verdana";
    background-image: url("../img/bg.jpeg");
    background-color: black;
    margin: 0;
    overflow-x: hidden;
}

input {
    font-family: "Verdana";
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    color:inherit;
    text-decoration: none;
}

img {
    max-width: 98%;
}

.inner {
    display: block;
    max-width: 1100px;
    width: 99%;
    margin: 0 auto;
}

section.logo {
    width: 100%;
    background-image: url("../img/inner_bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 336px;
    text-align: center;
}

section.logo img {
    margin-top: 60px;
    vertical-align: middle;
}

section.alert {
    -webkit-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.75);
    width: 100%;
    background: #f40000;
    background: -moz-linear-gradient(top, #f40000 64%, #9c0000 100%);
    background: -webkit-linear-gradient(top, #f40000 64%, #9c0000 100%);
    background: linear-gradient(to bottom, #f40000 64%, #9c0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f40000', endColorstr='#9c0000', GradientType=0);
    color: white;
    font-size: 16px;
    display: table;
    border-bottom: 1px solid red;
}

section.alert div.in {
    display: table-cell;
    text-align: center;
    padding: 20px 25px;
    vertical-align: middle;
}

nav {
    display: table;
    margin: -133px auto 0;
}

nav ul {
    display: table-cell;
    height: 84px;
    background-image: url('../img/nav_bg.png');
    position: relative;
    vertical-align: middle;
}

nav ul:before,
nav ul:after {
    position: absolute;
    width: 229px;
    height: 94px;
    content: " ";
    right: -114px;
    top: 50%;
    margin-top: -47px;
    background-image: url('../img/nav_right.png');
    z-index: 98;
}

nav ul:after {
    background-image: url('../img/nav_left.png');
    left: -114px;
}

nav ol {
    position: relative;
}

nav:after {
    position: absolute;
    height: 1px;
    width: 100%;
    content: " ";
    left: 0;
    margin-top: 42px;
    background-color: #ffb100;
}

nav ol li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    background-color: #0e0e0e;
    position: relative;
    z-index: 9999;
    height: 60px;
    text-align: center;
}

nav li a {
    font-size: 14px;
}

nav li a:hover {
    color: #ffb100;
}

nav li.selected:after,
nav li.selected:before {
    position: absolute;
    height: 32px;
    width: 12px;
    content: " ";
    left: 5px;
    top: 0;
    margin-top: 16px;
    background-image: url('../img/nav_selected_left.png');
}

nav li.selected:before {
    left: auto;
    right: 5px;
    background-image: url('../img/nav_selected_right.png');
}

nav li.selected a {
    color: #f64200;
}

section.list {
    text-align: center;
}

section.list li, section.list span.title {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 30px 10px;
    background-color: #0e0e0e;
}

section.list li:last-of-type {
    margin-right: 0;

}

section.list {
    font-size: 11px;
}

section.list span.title {
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(247, 157, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(247, 157, 0, 1);
    box-shadow: inset 0px 0px 0px 3px rgba(247, 157, 0, 1);
}

section.list li.selected,
section.list li {
    background-image: url('../img/list_black.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

section.list li.selected,
section.list li:hover {
    background-image: url('../img/list_active.png');
}

section.list > ul {
    display: inline-block;
}

section.products ul {
    padding: 0;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
}

section.products li {
    margin: 40px 20px 20px;
    position: relative;
    display: inline-block;
    width: 250px;
    background-color: rgba(14, 14, 14, .5);
    border: 1px solid #411701;
    color: white;
    vertical-align: top;
}

section.products li:after,
section.pager:after {
    position: absolute;
    top: -13px;
    left: -13px;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    content: "";
    background-image: url('../img/product_left_top.png'), url(../img/product_left_buttom.png), url(../img/product_right_top.png), url(../img/product_right_buttom.png);
    background-position: left top, left bottom, right top, right bottom;
    background-repeat: no-repeat;
}

section.products li div.wrap {
    position: relative;
    z-index: 9999;
    padding: 20px;
}

section.products li div.name {
    font-size: 24px;
    color: #d14800;
    min-height: 88px;
}

section.products li div.name span {
    color: white;
    text-transform: uppercase;
    display: black;
    font-size: 14px;
}

section.products li div.price {
    font-size: 36px;
    border-top: 1px solid #232323;
    margin: 10px 0;
    color: #d14800;
}

section.products li div.size {
    font-size: 12px;
}

section.products li div.buy,
.button {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -16px;
    min-height: 32px;
    min-width: 132px;
    margin-left: calc(132px / -2);
    background-image: url('../img/buy_texture.png');
    line-height: 32px;
    background-color: #d14800;
    cursor: pointer;
}

section.products li div.buy:hover,
.button:hover {
    background-color: #d5b504;
}

section.products li div.buy a,
.button {
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

section.pager {
    position: relative;
    background-color: rgba(14, 14, 14, .5);
    border: 1px solid #411701;
    width: 75%;
    margin: 90px auto 50px;
    text-align: center;
}

section.pager h1.title {
    padding: 0;
    margin: 0;
    color: #ffb100;
    text-transform: uppercase;
}

section.pager hr {
    width: 100%;
    height: 2px;
    background: #232323;
    margin: 20px 0;
    border: 0;
}

section.addreview .errorSummary {
    border-bottom: 5px dashed white;
    margin-bottom: 50px;
    padding: 0 0 20px;
}

section.addreview .errorSummary p {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.addreview .errorSummary li:first-of-type {
    font-weight: normal;
    margin: 0;
}

section.addreview .errorSummary li {
    width: 100% !important;
    display: list-item !important;
    text-align: left !important;
}

section.addreview .errorSummary li:before {
    content: "! ";
    color: yellow;
    font-weight: bold;
}

section.pager .form,
section.pager div.paginator {
    position: relative;
    z-index: 9999;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.review-form-rating {
    text-align: left !important;
}

section.addreview ul {
    text-shadow: none;
    text-transform: uppercase;
    display: table;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
}

section.addreview li:first-of-type {
    margin: 0 0 10px
}

section.addreview li {
    text-align: left;
}

section.addreview li textarea {
    height: 200px !important;
    padding-top: 15px;
}

section.addreview li input,
section.addreview li textarea,
.input {
    width: 100%;
    outline: none;
    border: 1px solid #411701;
    color: white;
    padding: 10px 5px;
    background-color: rgba(14, 14, 14, .5);
    font-size: 14px;
    color: white;
}

section.addreview .captcha {
    position: relative;
    width: calc(100% - 120px);
}

section.addreview .captcha input {
    height: 49px;
    padding: 0;
}

section.addreview .captcha img {
    position: absolute;
    right: -120px;
    background: white;
    height: 50px;
}

section.addreview .button,
section.buy .button,
section.check .button {
    margin-bottom: 30px;
}

.button {
    position: relative;
    margin: 0;
    border: 0;
    left: auto;
    padding: 5px 30px;
}

.margin10-0 {
    margin: 10px 0;
}

section.reviews ul.form li {
    width: 100%;
    display: table;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #232323;
    table-layout: fixed;
}

section.reviews ul.form li:last-of-type {
    margin: 0;
}

section.reviews .review-header {
    display: table-cell;
    vertical-align: top;
    padding: 0 30px;
    width: 120px;
}

section.reviews ul.review-rating li {
    display: inline-block;
    width: 25px;
}

section.reviews .review-date {
    color: #d14800;
}

section.reviews .review-name {
    color: #ffb100;
}

section.reviews div.review-main p {
    padding: 5px 0 0;
    border-top: 1px solid #232323;
    margin: 5px 0 0;
}

section.reviews div.rate {
    display: block;
    width: 66px;
    height: 62px;
    line-height: 32px;
    font-size: 30px;
    color: black;
    background-image: url('../img/rate_5.png');
    text-align: center;
    margin: 5px auto 0;
}

section.reviews div.rate_5 {
    background-image: url('../img/rate_5.png');
}

section.reviews div.rate_4 {
    background-image: url('../img/rate_4.png');
}

section.reviews div.rate_3 {
    background-image: url('../img/rate_3.png');
}

section.reviews div.rate_2 {
    background-image: url('../img/rate_2.png');
}

section.reviews div.rate_1 {
    background-image: url('../img/rate_1.png');
}

section.reviews div.paginator {
    padding: 0;
    margin-bottom: 20px;
}

section.reviews div.paginator li a {
    border: 1px solid #591f00 !important;
    color: white !important;
    font-size: 11px !important;
}

section.reviews div.paginator li.selected a {
    background-color: #d14800 !important;
    border: 1px solid #d14800 !important;
}

section.pager div.form h1.red {
    font-size: 14px !important;
    color: #d14800;
}

section.buy p {
    font-size: 14px;
    margin: 0;
}

span.highlight {
    font-size: 30px;
    color: #ffb100;
    display: block;
    margin: 20px 0;
    text-align: center;
}

section.buy span.red {
    color: #d14800;
}

section.buy div.greyblock {
    background-color: #191919;
    padding: 10px;
    margin: 15px 0 0;
}

section.buy div.greyblock p {
    font-size: 16px;
}

section.check {
    width: 50%;
}

section.check ul {
    display: table;
    width: 100%;
    margin: 0 0 20px;
}

section.check li {
    display: table-cell;
    width: 50%;
}

section.check li:first-of-type {
    text-align: right;
    padding-right: 20px;
}

section.check li input {
    width: 100%;
}

hr.side {
    display: block;
    margin: 0 auto !important;
    width: 50% !important;
}

div.universal h1 {
    margin: 0 0 20px;
    text-transform: uppercase;
}

section.pager img {
    max-height: 100%;
}

.tinynav,
.hidemenu,
.toggle,
div.shidden {
    display: none;
}

@media (max-width: 1024px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (max-width: 640px) {
    section.pager {
        width: 90% !important;
    }

    #districts,
    #cities,
    section.hidden,
    section.list > span.title,
    nav {
        display: none;
    }

    section.logo {
        min-height: 200px;
    }

    .tinynav,
    .toggle {
        display: block;
        width: 90%;
        margin: 50px auto;
        font-size: 35px;
    }

    .toggle {
        margin: 0 auto;
        padding: 20px 0;
        text-transform: uppercase;
    }

    div.shidden {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    ul.hidemenu li {
        width: 90%;
        margin: 40px auto;
        text-align: center;
        padding: 20px 0;
        text-transform: uppercase;
        background-color: rgba(14, 14, 14, .5);
        border: 1px solid #411701;
    }

    ul.hidemenu li a {
        font-size: 30px;
        color: white;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    }

    ul.hidemenu li:hover {
        border: 1px solid white;
    }
}

@media (max-width: 400px) {
    section.check li,
    section.check ul {
        display: block;
        width: 100%;
        padding-right: 0 !important;
        padding: 0 0 10px;
        text-align: center !important;
    }

    section.products li div.buy a, .button {
        font-size: 13px;
    }
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 25px;
    height: 25px;
    background: url('data:image/png;base64,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') no-repeat top;
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

div#userpanel {
    background-color: #0e0e0e;
    font-size: 12px;
    max-height: 30px;
    line-height: 30px;
    color: white;
    border-bottom: 1px solid #411701;
}

div#userpanel a {
    color: white;
    font-size: 12px;
}

div#userpanel div.inner {
    text-align: right !important;
}

section.check input.input,
section.login input.input,
section.registration input.input {
    padding: 10px 5px;
}

section.purse div.captcha img,
section.login div.captcha img,
section.registration div.captcha img {
    background: white;
    margin: 20px 0 0;
}

section.login .errorSummary,
section.registration .errorSummary {
    text-align: left;
    margin: 0 0 20px;
    border-radius: 10px;
    background: rgba(255, 0, 0, .5);
    padding: 10px;
}

section.login .errorSummary li,
section.registration .errorSummary li {
    display: block;
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 0 !important;
    text-align: left !important;
    width: 100%;
}

section.login .errorSummary p,
section.registration .errorSummary p {
    font-size: 16px !important;
    font-weight: bold;
    margin: 0;
}

section.login .errorSummary ul,
section.registration .errorSummary ul {
    margin: 0 !important;
    display: block;
}

section.cap a {
    display: inline-block;
    text-transform: uppercase;
    color: #d14800;
    font-size: 20px;
}

section.cap span.or {
    margin: 20px 0;
    display: block;
}

section.cabinet {
    text-align: left;
    font-size: 17px;
}

section.cabinet div.form {
    width: 95%;
    padding: 0;
    font-size: 14px;
}

section.pager.cabinet {
    padding: 30px 0 !important;
}

section.cabinet .pager {
    margin-top: 10px;
}

section.cabinet table.orders {
    margin: 20px 0 0;
    text-align: left;
    width: 100%;
    font-size:12px;
}

/*section.cabinet table.orders a {
    background: red;
    padding: 2px;
}*/

section.cabinet table.orders > thead {
    background-color: #d14800;
    background-image: url(../img/buy_texture.png);
    color: black;
}

section.cabinet table.orders {
    border-collapse: collapse;
    border: 1px solid #949494;
    background: rgba(0, 0, 0, .2);
}

section.cabinet table.orders td,
section.cabinet table.orders > thead th {
    border: 1px solid #411701;
    padding: 5px;
    vertical-align: top;
}

section.cabinet ul.yiiPager {
    display: block;
    margin-top: 10px;
}

section.cabinet ul.yiiPager a {
    color: white !important;
    border: 0 !important;
    line-height: normal !important;
    font-size: 15px !important;
    padding: 1px 3px !important;
}

section.cabinet ul.yiiPager .selected a {
    background: red;
}

section.cabinet h1 {
    text-align: center;
}

div.flash {
    background-color: #a2af05 !important;
    padding: 10px !important;
    border-radius: 5px !important;
    margin: 0 0 20px !important;
    color: white !important;
}

div.flash.flash-error {
    background-color: #B92C2C !important;
    color: white !important;
}

/* Tickets */
section.con {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cacaca;
    background-color: #edeff2;
    padding: 20px;
}

section.ticket {
    font-size: 16px;
    text-align: left;
}

section.ticket a, section.ticket a:hover, section.ticket a:focus {
    text-decoration: none;
}

ul#replies {
    padding: 0;
    margin: 0;
}

ul#replies > li {
    display: block;
    margin-bottom: 30px;
}

ul#replies > li:last-of-type {
    margin: 0;
}

ul#replies div.name {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: #ffc800;
}

ul#replies div.date {
    display: inline-block;
    color: #777777;
    font-size: 14px;
}

ul#replies div.ticket_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacaca;
}

ul#replies div.body {
    padding: 10px;
}

ul#replies > li.admin div.body {
    background: rgba(0, 0, 0, 0.3);
    color: white;
}

ul#replies div.ticketid {
    float: right;
    color: #777777;
    font-size: 12px;
}

ul#replies div.issues {
    margin-top: 10px;
}

ul#replies div.issues p.reason {
    margin: 0 0 15px;
    font-weight: bold;
}

ul#replies div.issues div.item {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px;
}

ul#replies div.issues div.item:after {
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

ul#replies div.issues div.item:hover:after {
    opacity: 0;
}

ul#replies div.issues div.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad,
ul#replies div.issueinfo {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 20px;
    padding: 10px;
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad {
    margin: 20px 0 0;
}

ul#replies div.ticketSuccess {
    background: rgba(27, 191, 27, 0.59);
}

ul#replies div.ticketBad {
    background: rgba(191, 27, 27, 0.59);
}

div.replyarea textarea.reply {
    height: 200px;
    width: 100%;
    color: black;
    padding: 5px;
}

div.replyarea {
    color: white;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    margin-top: 30px;
}

div.replyarea button {
    margin-top: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

div.replyarea div.close {
    text-align: center;
    padding: 0 20px 20px 20px;
}

div.replyarea div.closed {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.replyarea input[type=submit] {
    color: red;
    border: 0;
    border-bottom: 1px dashed red;
    background-color: transparent;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

section.ticket div.ticketSuccess {
    padding: 10px;
    margin-top: 20px;
    background: #41e641;
    color: black;
}

.blinking {
    animation: blinker 1s linear infinite;
    font-weight: bold;
    /*border-radius: 50%;*/
    padding: 3px;
    background: #ffb100;
    color:black;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 5px;
    font-family:Tahoma;
}

.blinking.type2 {
    background:black;
    color:white;
}

section.issue {
    text-align: left;
}

div#placePhoto, div#checkPhoto {
    display: none;
    text-align: left;
}

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin: 10px 0;
    display: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    float: left;
    width: 0;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e15f5c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

div#placePhoto img.loadedImg, div#checkPhoto img.loadedImg {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    background: white;
}

div#placePhoto .result, div#checkPhoto .result {
    display: none;
    margin-top: 10px;
}

div#ordercontent {
    text-align: left !important;
    padding: 10px;
    border: 1px dashed white;
    font-weight: bold;
}

div#ordercontent.view {
    margin: 0 0 20px;
}

div#ordercontent b,
div#ordercontent span {
    color: #ffb400;
    font-weight: normal;
}

.ticketInfo {
    border: 1px dashed white;
    padding: 10px !important;
    text-align: center !important;
}

section#cabinet td.address a.issueCircle > img {
    text-decoration: none;
    vertical-align: middle;
    /*margin-left: 10px;*/
    height: 10px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}